This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Michelle Nonkropul 22.Jan.04 05:02 PM a Web browser Applications Development6.0.2 CF1Windows XP
Hello !
I want to include a log out button with the discussion database, so that a user who has signed in to initiate a discussion can log out from their session whenever they want. So far I've tried this piece of java script: parent.location.href="http://server/folder/db.nsf?logout" ,it exits the discussion database, but it does not actually log out the user.
If I go back to the discussion database it does not prompt me for a username and password, I can just start a discussion without logging in.
I've read other postings explaining that it is necessary to have session based authentication enabled to have that piece of java script working properly, but I do not want session based authentication enabled for various security reasons...Does anybody out there know of an alternative way to set up a log out feature for my situation...